home *** CD-ROM | disk | FTP | other *** search
- Path: F180-042.net.wisc.edu!rmhanson
- From: rmhanson@students.wisc.edu (ryan m hanson)
- Newsgroups: comp.lang.c
- Subject: Re: Need Help compiling Microsoft C with Borland C
- Date: Sat, 13 Jan 1996 15:53:19 GMT
- Organization: University of Wisconsin - Madison
- Message-ID: <rmhanson.78.30F7D56F@students.wisc.edu>
- References: <4d8aph$9it@dub-news-svc-5.compuserve.com>
- NNTP-Posting-Host: f180-042.net.wisc.edu
-
- In article <4d8aph$9it@dub-news-svc-5.compuserve.com> "Thomas J. Hruska" <71524.2020@compuserve.com> writes:
- >From: "Thomas J. Hruska" <71524.2020@compuserve.com>
- >Subject: Need Help compiling Microsoft C with Borland C
- >Date: 13 Jan 1996 13:06:57 GMT
-
- >Does anyone know how in the world to compile Microsoft C code using a
- >Borland C/C++ compiler?!?!? I couldn't make heads or tails of what the
- >stupid manual said. I am a dummy when it comes to any other language
- >besides the one I grew up with...QuickBasic. I happen to be a new
- >programmer and found this cool book called "Teach Yourself Game
- >Programming in 21 Days." The entire book is in Microsoft C and I have
- >spent months trying to figure out how to get it to compile...I'm about to
- >give up!
-
-
- I'm very new to this language also....and I'm using a similiar book right
- now, called Teach yourself advanced C in 21 days by SAMS Pub. Anyways in here
- it gives two versions of code....borland and microsft. Its says the biggest
- differ. are in the structs and function nameing. more specific...in
- micro _int86() is used...in borland int86(). As far as struct and union
- setup....you'll have to read those sections in you compiler book.
- Just replace the nameing differences....
-
- go ahead and flame this post :) if its wrong....just reciting out of a book..
- no actual experience.
-
- I'd also like to know the exact answer as I've been at C for a whole couple
- of weeks now :). Info is power!
-
- Ryan
-